home *** CD-ROM | disk | FTP | other *** search
- <WIZSET RowTagName = DefaultCase('TR')>
-
- <WIZIF CurrentRow neq 1>>
- </WIZIF>
- <WIZIF 1><$${RowTagName}</WIZIF>
- <WIZSET CurrentCol = 0>
- <WIZSET IsFirstCell = "Yes">
- <WIZLOOP index="item" list="$${Row}">
- <WIZSET CurrentCol = CurrentCol + 1>
- <WIZSET Cell = Item>
- <WIZINCLUDE template="Table_Cell.wml">
- </WIZLOOP>
-
- <WIZIF 1>>
- </$${RowTagName}
- </WIZIF>
-
-
-